(2.1ms)  SELECT sqlite_version(*)
   (0.1ms)  SELECT sqlite_version(*)
   (0.1ms)  DROP TABLE IF EXISTS "people"
   (1.8ms)  CREATE TABLE "people" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "global_registry_mdm_id" varchar, "global_registry_fingerprint" varchar, "first_name" varchar, "last_name" varchar, "guid" varchar, "country_of_service_id" integer, "country_of_residence_id" integer, "country_of_service_gr_id" varchar, "country_of_residence_gr_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (1.0ms)  CREATE INDEX "index_people_on_country_of_service_id" ON "people" ("country_of_service_id")
   (1.1ms)  CREATE INDEX "index_people_on_country_of_residence_id" ON "people" ("country_of_residence_id")
   (0.1ms)  DROP TABLE IF EXISTS "addresses"
   (1.1ms)  CREATE TABLE "addresses" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "address1" varchar, "zip" varchar, "primary" boolean, "person_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (0.9ms)  CREATE INDEX "index_addresses_on_person_id" ON "addresses" ("person_id")
   (0.1ms)  DROP TABLE IF EXISTS "organizations"
   (1.2ms)  CREATE TABLE "organizations" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "gr_id" varchar, "name" varchar, "description" text, "start_date" date, "parent_id" integer, "area_id" integer, "global_registry_area_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (1.2ms)  CREATE INDEX "index_organizations_on_parent_id" ON "organizations" ("parent_id")
   (1.0ms)  CREATE INDEX "index_organizations_on_area_id" ON "organizations" ("area_id")
   (0.1ms)  DROP TABLE IF EXISTS "assignments"
   (1.1ms)  CREATE TABLE "assignments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "assigned_by_gr_rel_id" varchar, "role" varchar, "hired_at" datetime, "person_id" integer, "organization_id" integer, "assigned_by_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (0.9ms)  CREATE INDEX "index_assignments_on_person_id" ON "assignments" ("person_id")
   (0.9ms)  CREATE INDEX "index_assignments_on_organization_id" ON "assignments" ("organization_id")
   (1.1ms)  CREATE INDEX "index_assignments_on_assigned_by_id" ON "assignments" ("assigned_by_id")
   (0.1ms)  DROP TABLE IF EXISTS "areas"
   (1.0ms)  CREATE TABLE "areas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "area_name" varchar, "area_code" varchar, "is_active" boolean, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (0.1ms)  DROP TABLE IF EXISTS "countries"
   (1.0ms)  CREATE TABLE "countries" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "global_registry_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (0.1ms)  DROP TABLE IF EXISTS "communities"
   (0.9ms)  CREATE TABLE "communities" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "global_registry_id" varchar, "infobase_id" integer, "infobase_gr_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (0.1ms)  DROP TABLE IF EXISTS "foos"
   (1.1ms)  CREATE TABLE "foos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (1.3ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
   (1.0ms)  INSERT INTO "schema_migrations" (version) VALUES (0)
   (1.2ms)  CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
  ActiveRecord::InternalMetadata Load (0.1ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
  TRANSACTION (0.0ms)  begin transaction
  ActiveRecord::InternalMetadata Create (0.4ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["key", "environment"], ["value", "test"], ["created_at", "2021-01-20 20:13:45.191581"], ["updated_at", "2021-01-20 20:13:45.191581"]]
  TRANSACTION (0.8ms)  commit transaction
  ActiveRecord::InternalMetadata Load (0.1ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
   (3.1ms)  SELECT sqlite_version(*)
   (0.1ms)  SELECT sqlite_version(*)
   (0.1ms)  DROP TABLE IF EXISTS "people"
   (2.2ms)  CREATE TABLE "people" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "global_registry_mdm_id" varchar, "global_registry_fingerprint" varchar, "first_name" varchar, "last_name" varchar, "guid" varchar, "country_of_service_id" integer, "country_of_residence_id" integer, "country_of_service_gr_id" varchar, "country_of_residence_gr_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (1.8ms)  CREATE INDEX "index_people_on_country_of_service_id" ON "people" ("country_of_service_id")
   (1.8ms)  CREATE INDEX "index_people_on_country_of_residence_id" ON "people" ("country_of_residence_id")
   (0.2ms)  DROP TABLE IF EXISTS "addresses"
   (1.6ms)  CREATE TABLE "addresses" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "address1" varchar, "zip" varchar, "primary" boolean, "person_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (1.7ms)  CREATE INDEX "index_addresses_on_person_id" ON "addresses" ("person_id")
   (0.2ms)  DROP TABLE IF EXISTS "organizations"
   (1.6ms)  CREATE TABLE "organizations" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "gr_id" varchar, "name" varchar, "description" text, "start_date" date, "parent_id" integer, "area_id" integer, "global_registry_area_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (1.7ms)  CREATE INDEX "index_organizations_on_parent_id" ON "organizations" ("parent_id")
   (1.7ms)  CREATE INDEX "index_organizations_on_area_id" ON "organizations" ("area_id")
   (0.2ms)  DROP TABLE IF EXISTS "assignments"
   (1.5ms)  CREATE TABLE "assignments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "assigned_by_gr_rel_id" varchar, "role" varchar, "hired_at" datetime, "person_id" integer, "organization_id" integer, "assigned_by_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (1.7ms)  CREATE INDEX "index_assignments_on_person_id" ON "assignments" ("person_id")
   (1.9ms)  CREATE INDEX "index_assignments_on_organization_id" ON "assignments" ("organization_id")
   (1.4ms)  CREATE INDEX "index_assignments_on_assigned_by_id" ON "assignments" ("assigned_by_id")
   (0.1ms)  DROP TABLE IF EXISTS "areas"
   (1.1ms)  CREATE TABLE "areas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "area_name" varchar, "area_code" varchar, "is_active" boolean, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (0.1ms)  DROP TABLE IF EXISTS "countries"
   (1.1ms)  CREATE TABLE "countries" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "global_registry_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (0.1ms)  DROP TABLE IF EXISTS "communities"
   (1.2ms)  CREATE TABLE "communities" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "global_registry_id" varchar, "infobase_id" integer, "infobase_gr_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (0.1ms)  DROP TABLE IF EXISTS "foos"
   (1.1ms)  CREATE TABLE "foos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (1.7ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
   (1.6ms)  INSERT INTO "schema_migrations" (version) VALUES (0)
   (1.8ms)  CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
  ActiveRecord::InternalMetadata Load (0.2ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
  TRANSACTION (0.0ms)  begin transaction
  ActiveRecord::InternalMetadata Create (0.3ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["key", "environment"], ["value", "test"], ["created_at", "2021-01-21 19:44:04.885400"], ["updated_at", "2021-01-21 19:44:04.885400"]]
  TRANSACTION (1.3ms)  commit transaction
  ActiveRecord::InternalMetadata Load (0.1ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
   (1.4ms)  SELECT sqlite_version(*)
   (0.0ms)  SELECT sqlite_version(*)
   (0.1ms)  DROP TABLE IF EXISTS "people"
   (7.4ms)  CREATE TABLE "people" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "global_registry_mdm_id" varchar, "global_registry_fingerprint" varchar, "first_name" varchar, "last_name" varchar, "guid" varchar, "country_of_service_id" integer, "country_of_residence_id" integer, "country_of_service_gr_id" varchar, "country_of_residence_gr_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (1.7ms)  CREATE INDEX "index_people_on_country_of_service_id" ON "people" ("country_of_service_id")
   (1.7ms)  CREATE INDEX "index_people_on_country_of_residence_id" ON "people" ("country_of_residence_id")
   (0.2ms)  DROP TABLE IF EXISTS "addresses"
   (1.5ms)  CREATE TABLE "addresses" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "address1" varchar, "zip" varchar, "primary" boolean, "person_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (1.7ms)  CREATE INDEX "index_addresses_on_person_id" ON "addresses" ("person_id")
   (0.2ms)  DROP TABLE IF EXISTS "organizations"
   (1.6ms)  CREATE TABLE "organizations" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "gr_id" varchar, "name" varchar, "description" text, "start_date" date, "parent_id" integer, "area_id" integer, "global_registry_area_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (1.8ms)  CREATE INDEX "index_organizations_on_parent_id" ON "organizations" ("parent_id")
   (1.8ms)  CREATE INDEX "index_organizations_on_area_id" ON "organizations" ("area_id")
   (0.2ms)  DROP TABLE IF EXISTS "assignments"
   (1.7ms)  CREATE TABLE "assignments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "assigned_by_gr_rel_id" varchar, "role" varchar, "hired_at" datetime, "person_id" integer, "organization_id" integer, "assigned_by_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (1.7ms)  CREATE INDEX "index_assignments_on_person_id" ON "assignments" ("person_id")
   (1.8ms)  CREATE INDEX "index_assignments_on_organization_id" ON "assignments" ("organization_id")
   (1.8ms)  CREATE INDEX "index_assignments_on_assigned_by_id" ON "assignments" ("assigned_by_id")
   (0.2ms)  DROP TABLE IF EXISTS "areas"
   (1.7ms)  CREATE TABLE "areas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "area_name" varchar, "area_code" varchar, "is_active" boolean, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (0.2ms)  DROP TABLE IF EXISTS "countries"
   (1.7ms)  CREATE TABLE "countries" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "global_registry_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (0.2ms)  DROP TABLE IF EXISTS "communities"
   (1.7ms)  CREATE TABLE "communities" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "global_registry_id" varchar, "infobase_id" integer, "infobase_gr_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (0.2ms)  DROP TABLE IF EXISTS "foos"
   (1.4ms)  CREATE TABLE "foos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (1.6ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
   (1.6ms)  INSERT INTO "schema_migrations" (version) VALUES (0)
   (1.6ms)  CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
  ActiveRecord::InternalMetadata Load (0.1ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
  TRANSACTION (0.0ms)  begin transaction
  ActiveRecord::InternalMetadata Create (17.9ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["key", "environment"], ["value", "test"], ["created_at", "2021-01-21 19:44:47.007038"], ["updated_at", "2021-01-21 19:44:47.007038"]]
  TRANSACTION (1.6ms)  commit transaction
  ActiveRecord::InternalMetadata Load (0.1ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
   (2.3ms)  SELECT sqlite_version(*)
   (0.1ms)  SELECT sqlite_version(*)
   (0.1ms)  DROP TABLE IF EXISTS "people"
   (1.3ms)  CREATE TABLE "people" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "global_registry_mdm_id" varchar, "global_registry_fingerprint" varchar, "first_name" varchar, "last_name" varchar, "guid" varchar, "country_of_service_id" integer, "country_of_residence_id" integer, "country_of_service_gr_id" varchar, "country_of_residence_gr_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (0.9ms)  CREATE  INDEX "index_people_on_country_of_service_id" ON "people" ("country_of_service_id")
   (1.0ms)  CREATE  INDEX "index_people_on_country_of_residence_id" ON "people" ("country_of_residence_id")
   (0.1ms)  DROP TABLE IF EXISTS "addresses"
   (1.0ms)  CREATE TABLE "addresses" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "address1" varchar, "zip" varchar, "primary" boolean, "person_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (0.9ms)  CREATE  INDEX "index_addresses_on_person_id" ON "addresses" ("person_id")
   (0.1ms)  DROP TABLE IF EXISTS "organizations"
   (1.0ms)  CREATE TABLE "organizations" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "gr_id" varchar, "name" varchar, "description" text, "start_date" date, "parent_id" integer, "area_id" integer, "global_registry_area_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (0.9ms)  CREATE  INDEX "index_organizations_on_parent_id" ON "organizations" ("parent_id")
   (0.9ms)  CREATE  INDEX "index_organizations_on_area_id" ON "organizations" ("area_id")
   (0.1ms)  DROP TABLE IF EXISTS "assignments"
   (0.9ms)  CREATE TABLE "assignments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "assigned_by_gr_rel_id" varchar, "role" varchar, "hired_at" datetime, "person_id" integer, "organization_id" integer, "assigned_by_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (0.8ms)  CREATE  INDEX "index_assignments_on_person_id" ON "assignments" ("person_id")
   (0.9ms)  CREATE  INDEX "index_assignments_on_organization_id" ON "assignments" ("organization_id")
   (1.1ms)  CREATE  INDEX "index_assignments_on_assigned_by_id" ON "assignments" ("assigned_by_id")
   (0.1ms)  DROP TABLE IF EXISTS "areas"
   (1.2ms)  CREATE TABLE "areas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "area_name" varchar, "area_code" varchar, "is_active" boolean, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (0.3ms)  DROP TABLE IF EXISTS "countries"
   (1.3ms)  CREATE TABLE "countries" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "global_registry_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (0.1ms)  DROP TABLE IF EXISTS "communities"
   (1.5ms)  CREATE TABLE "communities" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "global_registry_id" varchar, "infobase_id" integer, "infobase_gr_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (0.2ms)  DROP TABLE IF EXISTS "foos"
   (1.4ms)  CREATE TABLE "foos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (1.6ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
   (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
   (1.7ms)  INSERT INTO "schema_migrations" (version) VALUES (0)
   (1.3ms)  CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
  ActiveRecord::InternalMetadata Load (0.2ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
   (0.1ms)  begin transaction
  ActiveRecord::InternalMetadata Create (0.4ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["key", "environment"], ["value", "test"], ["created_at", "2021-01-21 19:55:14.029440"], ["updated_at", "2021-01-21 19:55:14.029440"]]
   (0.9ms)  commit transaction
  ActiveRecord::InternalMetadata Load (0.1ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
   (0.1ms)  SELECT sqlite_version(*)
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 19:55:15.644532"], ["updated_at", "2021-01-21 19:55:15.644532"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.3ms)  INSERT INTO "organizations" ("name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["created_at", "2021-01-21 19:55:15.647109"], ["updated_at", "2021-01-21 19:55:15.647109"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2020-11-21 19:55:15.650197"], ["person_id", 1], ["organization_id", 1], ["created_at", "2021-01-21 19:55:15.651023"], ["updated_at", "2021-01-21 19:55:15.651023"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.6ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 19:55:15.656356"], ["updated_at", "2021-01-21 19:55:15.656356"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.1ms)  INSERT INTO "organizations" ("name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["created_at", "2021-01-21 19:55:15.658659"], ["updated_at", "2021-01-21 19:55:15.658659"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2020-11-21 19:55:15.660000"], ["person_id", 1], ["organization_id", 1], ["created_at", "2021-01-21 19:55:15.660282"], ["updated_at", "2021-01-21 19:55:15.660282"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Assignment Update (0.1ms)  UPDATE "assignments" SET "role" = ?, "updated_at" = ? WHERE "assignments"."id" = ?  [["role", "boss"], ["updated_at", "2021-01-21 19:55:15.662103"], ["id", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 19:55:15.665971"], ["updated_at", "2021-01-21 19:55:15.665971"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.3ms)  INSERT INTO "organizations" ("name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["created_at", "2021-01-21 19:55:15.669207"], ["updated_at", "2021-01-21 19:55:15.669207"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("global_registry_id", "role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "abc"], ["role", "leader"], ["hired_at", "2020-11-21 19:55:15.671694"], ["person_id", 1], ["organization_id", 1], ["created_at", "2021-01-21 19:55:15.672102"], ["updated_at", "2021-01-21 19:55:15.672102"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Assignment Destroy (0.1ms)  DELETE FROM "assignments" WHERE "assignments"."id" = ?  [["id", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.4ms)  INSERT INTO "organizations" ("name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["created_at", "2021-01-21 19:55:15.676787"], ["updated_at", "2021-01-21 19:55:15.676787"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.3ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Area Create (0.4ms)  INSERT INTO "areas" ("area_name", "area_code", "is_active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["area_name", "Best Area"], ["area_code", "BEST"], ["is_active", 1], ["created_at", "2021-01-21 19:55:15.688667"], ["updated_at", "2021-01-21 19:55:15.688667"]]
  Organization Create (0.1ms)  INSERT INTO "organizations" ("name", "description", "start_date", "area_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["area_id", 1], ["created_at", "2021-01-21 19:55:15.689912"], ["updated_at", "2021-01-21 19:55:15.689912"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.4ms)  INSERT INTO "organizations" ("name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["created_at", "2021-01-21 19:55:15.693691"], ["updated_at", "2021-01-21 19:55:15.693691"]]
  Organization Create (0.1ms)  INSERT INTO "organizations" ("name", "description", "start_date", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["parent_id", 1], ["created_at", "2021-01-21 19:55:15.694765"], ["updated_at", "2021-01-21 19:55:15.694765"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.7ms)  INSERT INTO "organizations" ("name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["created_at", "2021-01-21 19:55:15.698261"], ["updated_at", "2021-01-21 19:55:15.698261"]]
  Area Create (0.3ms)  INSERT INTO "areas" ("area_name", "area_code", "is_active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["area_name", "Best Area"], ["area_code", "BEST"], ["is_active", 1], ["created_at", "2021-01-21 19:55:15.700212"], ["updated_at", "2021-01-21 19:55:15.700212"]]
  Organization Create (0.1ms)  INSERT INTO "organizations" ("name", "description", "start_date", "parent_id", "area_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["parent_id", 1], ["area_id", 1], ["created_at", "2021-01-21 19:55:15.701469"], ["updated_at", "2021-01-21 19:55:15.701469"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.6ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.4ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "abc"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["created_at", "2021-01-21 19:55:15.706526"], ["updated_at", "2021-01-21 19:55:15.706526"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Destroy (0.1ms)  DELETE FROM "organizations" WHERE "organizations"."id" = ?  [["id", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.3ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Area Create (0.3ms)  INSERT INTO "areas" ("global_registry_id", "area_name", "area_code", "is_active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "efg"], ["area_name", "Best Area"], ["area_code", "BEST"], ["is_active", 1], ["created_at", "2021-01-21 19:55:15.710820"], ["updated_at", "2021-01-21 19:55:15.710820"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.1ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "area_id", "global_registry_area_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["gr_id", "abc"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["area_id", 1], ["global_registry_area_id", "ijk"], ["created_at", "2021-01-21 19:55:15.712667"], ["updated_at", "2021-01-21 19:55:15.712667"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Destroy (0.1ms)  DELETE FROM "organizations" WHERE "organizations"."id" = ?  [["id", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.6ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "xyz"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["created_at", "2021-01-21 19:55:15.717646"], ["updated_at", "2021-01-21 19:55:15.717646"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.1ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["gr_id", "abc"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["parent_id", 1], ["created_at", "2021-01-21 19:55:15.720196"], ["updated_at", "2021-01-21 19:55:15.720196"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Organization Destroy (0.1ms)  DELETE FROM "organizations" WHERE "organizations"."id" = ?  [["id", 2]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Area Create (0.3ms)  INSERT INTO "areas" ("global_registry_id", "area_name", "area_code", "is_active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "efg"], ["area_name", "Best Area"], ["area_code", "BEST"], ["is_active", 1], ["created_at", "2021-01-21 19:55:15.725430"], ["updated_at", "2021-01-21 19:55:15.725430"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.2ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "xyz"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["created_at", "2021-01-21 19:55:15.727271"], ["updated_at", "2021-01-21 19:55:15.727271"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.1ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "parent_id", "area_id", "global_registry_area_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["gr_id", "abc"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["parent_id", 1], ["area_id", 1], ["global_registry_area_id", "ijk"], ["created_at", "2021-01-21 19:55:15.729095"], ["updated_at", "2021-01-21 19:55:15.729095"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Destroy (0.1ms)  DELETE FROM "organizations" WHERE "organizations"."id" = ?  [["id", 2]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 19:55:15.734034"], ["updated_at", "2021-01-21 19:55:15.734034"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Country Create (0.4ms)  INSERT INTO "countries" ("name", "created_at", "updated_at") VALUES (?, ?, ?)  [["name", "Sokovia"], ["created_at", "2021-01-21 19:55:15.743420"], ["updated_at", "2021-01-21 19:55:15.743420"]]
  Namespaced::Person Create (0.2ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "country_of_service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["country_of_service_id", 1], ["created_at", "2021-01-21 19:55:15.744786"], ["updated_at", "2021-01-21 19:55:15.744786"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Country Create (0.4ms)  INSERT INTO "countries" ("name", "created_at", "updated_at") VALUES (?, ?, ?)  [["name", "Sokovia"], ["created_at", "2021-01-21 19:55:15.750698"], ["updated_at", "2021-01-21 19:55:15.750698"]]
  Namespaced::Person Create (0.2ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "country_of_residence_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["country_of_residence_id", 1], ["created_at", "2021-01-21 19:55:15.751975"], ["updated_at", "2021-01-21 19:55:15.751975"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Country Create (0.5ms)  INSERT INTO "countries" ("name", "created_at", "updated_at") VALUES (?, ?, ?)  [["name", "Sokovia"], ["created_at", "2021-01-21 19:55:15.756675"], ["updated_at", "2021-01-21 19:55:15.756675"]]
  Namespaced::Person Create (0.2ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "country_of_service_id", "country_of_residence_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["country_of_service_id", 1], ["country_of_residence_id", 1], ["created_at", "2021-01-21 19:55:15.758169"], ["updated_at", "2021-01-21 19:55:15.758169"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.9ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "dd555dbf-f3db-4158-a50c-50d3f26347e8"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 19:55:15.763884"], ["updated_at", "2021-01-21 19:55:15.763884"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Update (0.2ms)  UPDATE "people" SET "first_name" = ?, "updated_at" = ? WHERE "people"."id" = ?  [["first_name", "Anthony"], ["updated_at", "2021-01-21 19:55:15.767582"], ["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Country Create (0.5ms)  INSERT INTO "countries" ("name", "created_at", "updated_at") VALUES (?, ?, ?)  [["name", "Sokovia"], ["created_at", "2021-01-21 19:55:15.772146"], ["updated_at", "2021-01-21 19:55:15.772146"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.2ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "country_of_service_id", "country_of_residence_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["country_of_service_id", 1], ["country_of_residence_id", 1], ["created_at", "2021-01-21 19:55:15.774831"], ["updated_at", "2021-01-21 19:55:15.774831"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "first_name" = ?, "updated_at" = ? WHERE "people"."id" = ?  [["first_name", "Anthony"], ["updated_at", "2021-01-21 19:55:15.777316"], ["id", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Country Create (0.4ms)  INSERT INTO "countries" ("name", "created_at", "updated_at") VALUES (?, ?, ?)  [["name", "Sokovia"], ["created_at", "2021-01-21 19:55:15.780543"], ["updated_at", "2021-01-21 19:55:15.780543"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.2ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "country_of_service_id", "country_of_residence_id", "country_of_residence_gr_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["country_of_service_id", 1], ["country_of_residence_id", 1], ["country_of_residence_gr_id", "4fa555dd-a067-478e-8765-8faa9483cc56"], ["created_at", "2021-01-21 19:55:15.782839"], ["updated_at", "2021-01-21 19:55:15.782839"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "country_of_residence_id" = ?, "updated_at" = ? WHERE "people"."id" = ?  [["country_of_residence_id", nil], ["updated_at", "2021-01-21 19:55:15.785497"], ["id", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "country_of_residence_gr_id" = ? WHERE "people"."id" = ?  [["country_of_residence_gr_id", nil], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.0ms)  SAVEPOINT active_record_1
  Country Create (0.4ms)  INSERT INTO "countries" ("name", "global_registry_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["name", "Sokovia"], ["global_registry_id", "f078eb70-5ddd-4941-9b06-a39576d9952f"], ["created_at", "2021-01-21 19:55:15.789160"], ["updated_at", "2021-01-21 19:55:15.789160"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Country Create (0.1ms)  INSERT INTO "countries" ("name", "global_registry_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["name", "Peru"], ["global_registry_id", "f078eb70-5ddd-4941-9b06-a39576d9963c"], ["created_at", "2021-01-21 19:55:15.790841"], ["updated_at", "2021-01-21 19:55:15.790841"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.2ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "country_of_service_id", "country_of_residence_id", "country_of_service_gr_id", "country_of_residence_gr_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["country_of_service_id", 1], ["country_of_residence_id", 1], ["country_of_service_gr_id", "89f81f6e-7baf-44d9-8f3a-55bf7c652dcc"], ["country_of_residence_gr_id", "4fa555dd-a067-478e-8765-8faa9483cc56"], ["created_at", "2021-01-21 19:55:15.792364"], ["updated_at", "2021-01-21 19:55:15.792364"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "country_of_service_id" = ?, "updated_at" = ? WHERE "people"."id" = ?  [["country_of_service_id", 2], ["updated_at", "2021-01-21 19:55:15.795309"], ["id", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "country_of_service_gr_id" = ? WHERE "people"."id" = ?  [["country_of_service_gr_id", nil], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "dd555dbf-f3db-4158-a50c-50d3f26347e8"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 19:55:15.824654"], ["updated_at", "2021-01-21 19:55:15.824654"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Address Load (0.1ms)  SELECT "addresses".* FROM "addresses" WHERE "addresses"."person_id" = ?  [["person_id", 1]]
  Namespaced::Person Destroy (0.1ms)  DELETE FROM "people" WHERE "people"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.6ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Country Create (0.4ms)  INSERT INTO "countries" ("name", "global_registry_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["name", "Sokovia"], ["global_registry_id", "f078eb70-5ddd-4941-9b06-a39576d9952f"], ["created_at", "2021-01-21 19:55:15.851718"], ["updated_at", "2021-01-21 19:55:15.851718"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Country Create (0.1ms)  INSERT INTO "countries" ("name", "global_registry_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["name", "Sokovia"], ["global_registry_id", "f078eb70-5ddd-4941-9b06-a39576d99639"], ["created_at", "2021-01-21 19:55:15.853646"], ["updated_at", "2021-01-21 19:55:15.853646"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.2ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "country_of_service_id", "country_of_residence_id", "country_of_service_gr_id", "country_of_residence_gr_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "dd555dbf-f3db-4158-a50c-50d3f26347e8"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["country_of_service_id", 2], ["country_of_residence_id", 1], ["country_of_service_gr_id", "89f81f6e-7baf-44d9-8f3a-55bf7c652dcc"], ["country_of_residence_gr_id", "4fa555dd-a067-478e-8765-8faa9483cc56"], ["created_at", "2021-01-21 19:55:15.855673"], ["updated_at", "2021-01-21 19:55:15.855673"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Address Load (0.1ms)  SELECT "addresses".* FROM "addresses" WHERE "addresses"."person_id" = ?  [["person_id", 1]]
  Namespaced::Person Destroy (0.1ms)  DELETE FROM "people" WHERE "people"."id" = ?  [["id", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.6ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 19:55:15.863091"], ["updated_at", "2021-01-21 19:55:15.863091"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 19:55:15.869404"], ["updated_at", "2021-01-21 19:55:15.869404"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.6ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 19:55:15.875425"], ["updated_at", "2021-01-21 19:55:15.875425"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Foo Create (0.6ms)  INSERT INTO "foos" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2021-01-21 19:55:15.901921"], ["updated_at", "2021-01-21 19:55:15.901921"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Foo Create (0.4ms)  INSERT INTO "foos" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2021-01-21 19:55:15.910776"], ["updated_at", "2021-01-21 19:55:15.910776"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Foo Create (0.4ms)  INSERT INTO "foos" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2021-01-21 19:55:15.919323"], ["updated_at", "2021-01-21 19:55:15.919323"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Foo Create (0.5ms)  INSERT INTO "foos" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2021-01-21 19:55:15.927073"], ["updated_at", "2021-01-21 19:55:15.927073"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Foo Create (0.5ms)  INSERT INTO "foos" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2021-01-21 19:55:15.937493"], ["updated_at", "2021-01-21 19:55:15.937493"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.6ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Foo Create (0.4ms)  INSERT INTO "foos" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2021-01-21 19:55:15.946219"], ["updated_at", "2021-01-21 19:55:15.946219"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Foo Create (0.6ms)  INSERT INTO "foos" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2021-01-21 19:55:15.955100"], ["updated_at", "2021-01-21 19:55:15.955100"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Foo Create (0.4ms)  INSERT INTO "foos" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2021-01-21 19:55:15.963490"], ["updated_at", "2021-01-21 19:55:15.963490"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 19:55:16.002842"], ["updated_at", "2021-01-21 19:55:16.002842"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.6ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 19:55:16.008583"], ["updated_at", "2021-01-21 19:55:16.008583"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 19:55:16.013096"], ["updated_at", "2021-01-21 19:55:16.013096"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 19:55:16.018887"], ["updated_at", "2021-01-21 19:55:16.018887"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.6ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 19:55:16.024508"], ["updated_at", "2021-01-21 19:55:16.024508"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 19:55:16.046718"], ["updated_at", "2021-01-21 19:55:16.046718"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_mdm_id" = ? WHERE "people"."id" = ?  [["global_registry_mdm_id", "c81340b2-7e57-4978-b6b9-396f21bb0bb2"], ["id", 1]]
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.6ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.6ms)  INSERT INTO "organizations" ("name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Organization Update (0.1ms)  UPDATE "organizations" SET "gr_id" = ? WHERE "organizations"."id" = ?  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.4ms)  INSERT INTO "organizations" ("name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Parent"], ["description", "Parent Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.1ms)  INSERT INTO "organizations" ("name", "description", "start_date", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["parent_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.4ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "cd5da38a-c336-46a7-b818-dcdd51c4acde"], ["name", "Parent"], ["description", "Parent Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.1ms)  INSERT INTO "organizations" ("name", "description", "start_date", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["parent_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Organization Update (0.1ms)  UPDATE "organizations" SET "gr_id" = ? WHERE "organizations"."id" = ?  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["id", 2]]
   (2.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("global_registry_fingerprint", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_fingerprint", "abc123"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_id" = ? WHERE "people"."id" = ?  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["id", 1]]
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_fingerprint" = ? WHERE "people"."id" = ?  [["global_registry_fingerprint", "4c671c203b5dd19cdc1920ba5434cf64"], ["id", 1]]
   (2.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("global_registry_fingerprint", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_fingerprint", "abc123"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_id" = ? WHERE "people"."id" = ?  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["id", 1]]
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_fingerprint" = ? WHERE "people"."id" = ?  [["global_registry_fingerprint", "4c671c203b5dd19cdc1920ba5434cf64"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("global_registry_fingerprint", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_fingerprint", "abc123"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_id" = ? WHERE "people"."id" = ?  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["id", 1]]
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_fingerprint" = ? WHERE "people"."id" = ?  [["global_registry_fingerprint", "4c671c203b5dd19cdc1920ba5434cf64"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_fingerprint", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_fingerprint", "abc123"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_id" = ? WHERE "people"."id" = ?  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["id", 1]]
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_fingerprint" = ? WHERE "people"."id" = ?  [["global_registry_fingerprint", "4c671c203b5dd19cdc1920ba5434cf64"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "global_registry_fingerprint", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "f8d20318-2ff2-4a98-a5eb-e9d840508bf1"], ["global_registry_fingerprint", "abc123"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_fingerprint" = ? WHERE "people"."id" = ?  [["global_registry_fingerprint", "4c671c203b5dd19cdc1920ba5434cf64"], ["id", 1]]
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "global_registry_fingerprint", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "f8d20318-2ff2-4a98-a5eb-e9d840508bf1"], ["global_registry_fingerprint", "abc123"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_id" = ? WHERE "people"."id" = ?  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["id", 1]]
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_fingerprint" = ? WHERE "people"."id" = ?  [["global_registry_fingerprint", "4c671c203b5dd19cdc1920ba5434cf64"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.6ms)  INSERT INTO "people" ("global_registry_id", "global_registry_fingerprint", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "f8d20318-2ff2-4a98-a5eb-e9d840508bf1"], ["global_registry_fingerprint", "abc123"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "global_registry_fingerprint", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "f8d20318-2ff2-4a98-a5eb-e9d840508bf1"], ["global_registry_fingerprint", "abc123"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Address Create (0.4ms)  INSERT INTO "addresses" ("address1", "zip", "primary", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["address1", "10880 Malibu Point"], ["zip", "90265"], ["primary", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.6ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Address Create (0.2ms)  INSERT INTO "addresses" ("address1", "zip", "primary", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["address1", "10880 Malibu Point"], ["zip", "90265"], ["primary", 1], ["person_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Address Create (0.1ms)  INSERT INTO "addresses" ("address1", "zip", "primary", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["address1", "10880 Malibu Point"], ["zip", "90265"], ["primary", 1], ["person_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Address Update (0.1ms)  UPDATE "addresses" SET "global_registry_id" = ? WHERE "addresses"."id" = ?  [["global_registry_id", "0a594356-3f1c-11e7-bba6-129bd0521531"], ["id", 1]]
   (5.8ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Address Create (0.2ms)  INSERT INTO "addresses" ("address1", "zip", "primary", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["address1", "10880 Malibu Point"], ["zip", "90265"], ["primary", 1], ["person_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Address Update (0.1ms)  UPDATE "addresses" SET "global_registry_id" = ? WHERE "addresses"."id" = ?  [["global_registry_id", "0a594356-3f1c-11e7-bba6-129bd0521531"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Address Create (0.2ms)  INSERT INTO "addresses" ("address1", "zip", "primary", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["address1", "10880 Malibu Point"], ["zip", "90265"], ["primary", 1], ["person_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Address Update (0.1ms)  UPDATE "addresses" SET "global_registry_id" = ? WHERE "addresses"."id" = ?  [["global_registry_id", "0a594356-3f1c-11e7-bba6-129bd0521531"], ["id", 1]]
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Address Create (0.1ms)  INSERT INTO "addresses" ("global_registry_id", "address1", "zip", "primary", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "0a594356-3f1c-11e7-bba6-129bd0521531"], ["address1", "10880 Malibu Point"], ["zip", "90265"], ["primary", 1], ["person_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Address Update (0.1ms)  UPDATE "addresses" SET "global_registry_id" = ? WHERE "addresses"."id" = ?  [["global_registry_id", "0a594356-3f1c-11e7-bba6-129bd0521531"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Address Create (0.2ms)  INSERT INTO "addresses" ("global_registry_id", "address1", "zip", "primary", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "0a594356-3f1c-11e7-bba6-129bd0521531"], ["address1", "10880 Malibu Point"], ["zip", "90265"], ["primary", 1], ["person_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Community Create (0.5ms)  INSERT INTO "communities" ("name", "infobase_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["name", "Community"], ["infobase_id", 234], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Community Update (0.1ms)  UPDATE "communities" SET "global_registry_id" = ? WHERE "communities"."id" = ?  [["global_registry_id", "6133f6fe-c63a-425a-bb46-68917c689723"], ["id", 1]]
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Assignment Create (0.5ms)  INSERT INTO "assignments" ("role", "hired_at", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Assignment Create (0.5ms)  INSERT INTO "assignments" ("role", "hired_at", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.3ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["person_id", 1], ["organization_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Assignment Update (0.1ms)  UPDATE "assignments" SET "global_registry_id" = ? WHERE "assignments"."id" = ?  [["global_registry_id", "51a014a4-4252-11e7-944f-129bd0521531"], ["id", 1]]
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.2ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["person_id", 1], ["organization_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Assignment Update (0.1ms)  UPDATE "assignments" SET "global_registry_id" = ? WHERE "assignments"."id" = ?  [["global_registry_id", "51a014a4-4252-11e7-944f-129bd0521531"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.2ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["person_id", 1], ["organization_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Assignment Update (0.1ms)  UPDATE "assignments" SET "global_registry_id" = ? WHERE "assignments"."id" = ?  [["global_registry_id", "51a014a4-4252-11e7-944f-129bd0521531"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.2ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("global_registry_id", "role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "51a014a4-4252-11e7-944f-129bd0521531"], ["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["person_id", 1], ["organization_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Assignment Update (0.1ms)  UPDATE "assignments" SET "global_registry_id" = ? WHERE "assignments"."id" = ?  [["global_registry_id", "51a014a4-4252-11e7-944f-129bd0521531"], ["id", 1]]
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.2ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("global_registry_id", "role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "51a014a4-4252-11e7-944f-129bd0521531"], ["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["person_id", 1], ["organization_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Assignment Update (0.1ms)  UPDATE "assignments" SET "global_registry_id" = ? WHERE "assignments"."id" = ?  [["global_registry_id", nil], ["id", 1]]
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
  Organization Create (0.2ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["person_id", 1], ["organization_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
  Organization Create (0.2ms)  INSERT INTO "organizations" ("name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["person_id", 1], ["organization_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.6ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
  Organization Create (0.2ms)  INSERT INTO "organizations" ("name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["person_id", 1], ["organization_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.2ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("global_registry_id", "role", "hired_at", "person_id", "organization_id", "assigned_by_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "51a014a4-4252-11e7-944f-129bd0521531"], ["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["person_id", 1], ["organization_id", 1], ["assigned_by_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Assignment Update (0.1ms)  UPDATE "assignments" SET "assigned_by_gr_rel_id" = ? WHERE "assignments"."id" = ?  [["assigned_by_gr_rel_id", "0fd8b8b8-76c9-11e7-b15c-129bd0521531"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.2ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("role", "hired_at", "person_id", "organization_id", "assigned_by_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["person_id", 1], ["organization_id", 1], ["assigned_by_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Area Create (0.4ms)  INSERT INTO "areas" ("global_registry_id", "area_name", "area_code", "is_active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "0fdb70c5-f51e-4628-a1fe-caa37fae53cd"], ["area_name", "Best Area"], ["area_code", "BEST"], ["is_active", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.2ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "area_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["area_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Organization Update (0.1ms)  UPDATE "organizations" SET "global_registry_area_id" = ? WHERE "organizations"."id" = ?  [["global_registry_area_id", "c99d7d7e-8b14-4fe6-9c11-e5359ee03637"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Country Create (0.4ms)  INSERT INTO "countries" ("name", "global_registry_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["name", "Sokovia"], ["global_registry_id", "0f9089a3-2b93-4de8-9b81-92be0261f325"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.2ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "country_of_service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "2f0c62f1-5738-4860-88bd-5706fb801d7b"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["country_of_service_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "country_of_service_gr_id" = ? WHERE "people"."id" = ?  [["country_of_service_gr_id", "420d2fd1-7a73-41ed-9d8f-5dc79b00a688"], ["id", 1]]
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "country_of_service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "2f0c62f1-5738-4860-88bd-5706fb801d7b"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["country_of_service_id", 12345], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Country Load (0.1ms)  SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT ?  [["id", 12345], ["LIMIT", 1]]
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Country Create (0.4ms)  INSERT INTO "countries" ("name", "global_registry_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["name", "Sokovia"], ["global_registry_id", "7cdaf399-d449-4008-8c6b-3c64a2b2730c"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.2ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "country_of_residence_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "2f0c62f1-5738-4860-88bd-5706fb801d7b"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["country_of_residence_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "country_of_residence_gr_id" = ? WHERE "people"."id" = ?  [["country_of_residence_gr_id", "a4c030ce-13f2-44f5-8131-4003eb21c0ae"], ["id", 1]]
   (0.6ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Community Create (0.4ms)  INSERT INTO "communities" ("name", "global_registry_id", "infobase_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Community"], ["global_registry_id", "6133f6fe-c63a-425a-bb46-68917c689723"], ["infobase_id", 2345], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Community Create (0.4ms)  INSERT INTO "communities" ("name", "global_registry_id", "infobase_id", "infobase_gr_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Community"], ["global_registry_id", "6133f6fe-c63a-425a-bb46-68917c689723"], ["infobase_id", 2345], ["infobase_gr_id", "ee40f9ed-d625-405b-8ce6-aec821611ec6"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Community Update (0.1ms)  UPDATE "communities" SET "infobase_gr_id" = ? WHERE "communities"."id" = ?  [["infobase_gr_id", nil], ["id", 1]]
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Community Create (0.4ms)  INSERT INTO "communities" ("name", "global_registry_id", "infobase_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Community"], ["global_registry_id", "6133f6fe-c63a-425a-bb46-68917c689723"], ["infobase_id", 2345], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Community Update (0.1ms)  UPDATE "communities" SET "infobase_gr_id" = ? WHERE "communities"."id" = ?  [["infobase_gr_id", "ee40f9ed-d625-405b-8ce6-aec821611ec6"], ["id", 1]]
   (0.4ms)  rollback transaction
   (2.2ms)  SELECT sqlite_version(*)
   (0.1ms)  SELECT sqlite_version(*)
   (0.1ms)  DROP TABLE IF EXISTS "people"
   (2.0ms)  CREATE TABLE "people" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "global_registry_mdm_id" varchar, "global_registry_fingerprint" varchar, "first_name" varchar, "last_name" varchar, "guid" varchar, "country_of_service_id" integer, "country_of_residence_id" integer, "country_of_service_gr_id" varchar, "country_of_residence_gr_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (1.6ms)  CREATE  INDEX "index_people_on_country_of_service_id" ON "people" ("country_of_service_id")
   (1.6ms)  CREATE  INDEX "index_people_on_country_of_residence_id" ON "people" ("country_of_residence_id")
   (0.2ms)  DROP TABLE IF EXISTS "addresses"
   (1.4ms)  CREATE TABLE "addresses" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "address1" varchar, "zip" varchar, "primary" boolean, "person_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (1.4ms)  CREATE  INDEX "index_addresses_on_person_id" ON "addresses" ("person_id")
   (0.2ms)  DROP TABLE IF EXISTS "organizations"
   (1.4ms)  CREATE TABLE "organizations" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "gr_id" varchar, "name" varchar, "description" text, "start_date" date, "parent_id" integer, "area_id" integer, "global_registry_area_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (1.1ms)  CREATE  INDEX "index_organizations_on_parent_id" ON "organizations" ("parent_id")
   (1.2ms)  CREATE  INDEX "index_organizations_on_area_id" ON "organizations" ("area_id")
   (0.1ms)  DROP TABLE IF EXISTS "assignments"
   (1.2ms)  CREATE TABLE "assignments" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "assigned_by_gr_rel_id" varchar, "role" varchar, "hired_at" datetime, "person_id" integer, "organization_id" integer, "assigned_by_id" integer, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (1.1ms)  CREATE  INDEX "index_assignments_on_person_id" ON "assignments" ("person_id")
   (1.1ms)  CREATE  INDEX "index_assignments_on_organization_id" ON "assignments" ("organization_id")
   (1.0ms)  CREATE  INDEX "index_assignments_on_assigned_by_id" ON "assignments" ("assigned_by_id")
   (0.2ms)  DROP TABLE IF EXISTS "areas"
   (1.3ms)  CREATE TABLE "areas" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "area_name" varchar, "area_code" varchar, "is_active" boolean, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (0.1ms)  DROP TABLE IF EXISTS "countries"
   (1.1ms)  CREATE TABLE "countries" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "global_registry_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (0.1ms)  DROP TABLE IF EXISTS "communities"
   (1.0ms)  CREATE TABLE "communities" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "global_registry_id" varchar, "infobase_id" integer, "infobase_gr_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (0.1ms)  DROP TABLE IF EXISTS "foos"
   (1.2ms)  CREATE TABLE "foos" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "global_registry_id" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
   (1.6ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
   (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
   (1.1ms)  INSERT INTO "schema_migrations" (version) VALUES (0)
   (1.6ms)  CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL)
  ActiveRecord::InternalMetadata Load (0.1ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
   (0.1ms)  begin transaction
  ActiveRecord::InternalMetadata Create (0.4ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["key", "environment"], ["value", "test"], ["created_at", "2021-01-21 20:00:21.556762"], ["updated_at", "2021-01-21 20:00:21.556762"]]
   (1.4ms)  commit transaction
  ActiveRecord::InternalMetadata Load (0.1ms)  SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
   (0.1ms)  SELECT sqlite_version(*)
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.0ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.6ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 20:00:22.985326"], ["updated_at", "2021-01-21 20:00:22.985326"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.3ms)  INSERT INTO "organizations" ("name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["created_at", "2021-01-21 20:00:22.989170"], ["updated_at", "2021-01-21 20:00:22.989170"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2020-11-21 20:00:22.991911"], ["person_id", 1], ["organization_id", 1], ["created_at", "2021-01-21 20:00:22.992558"], ["updated_at", "2021-01-21 20:00:22.992558"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.6ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 20:00:22.997880"], ["updated_at", "2021-01-21 20:00:22.997880"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.2ms)  INSERT INTO "organizations" ("name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["created_at", "2021-01-21 20:00:23.000522"], ["updated_at", "2021-01-21 20:00:23.000522"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2020-11-21 20:00:23.002067"], ["person_id", 1], ["organization_id", 1], ["created_at", "2021-01-21 20:00:23.002385"], ["updated_at", "2021-01-21 20:00:23.002385"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Assignment Update (0.1ms)  UPDATE "assignments" SET "role" = ?, "updated_at" = ? WHERE "assignments"."id" = ?  [["role", "boss"], ["updated_at", "2021-01-21 20:00:23.004566"], ["id", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 20:00:23.008048"], ["updated_at", "2021-01-21 20:00:23.008048"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.2ms)  INSERT INTO "organizations" ("name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["created_at", "2021-01-21 20:00:23.010594"], ["updated_at", "2021-01-21 20:00:23.010594"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("global_registry_id", "role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "abc"], ["role", "leader"], ["hired_at", "2020-11-21 20:00:23.012499"], ["person_id", 1], ["organization_id", 1], ["created_at", "2021-01-21 20:00:23.012872"], ["updated_at", "2021-01-21 20:00:23.012872"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Assignment Destroy (0.1ms)  DELETE FROM "assignments" WHERE "assignments"."id" = ?  [["id", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.5ms)  INSERT INTO "organizations" ("name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["created_at", "2021-01-21 20:00:23.018125"], ["updated_at", "2021-01-21 20:00:23.018125"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (1.0ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Area Create (0.4ms)  INSERT INTO "areas" ("area_name", "area_code", "is_active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["area_name", "Best Area"], ["area_code", "BEST"], ["is_active", 1], ["created_at", "2021-01-21 20:00:23.031632"], ["updated_at", "2021-01-21 20:00:23.031632"]]
  Organization Create (0.2ms)  INSERT INTO "organizations" ("name", "description", "start_date", "area_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["area_id", 1], ["created_at", "2021-01-21 20:00:23.032929"], ["updated_at", "2021-01-21 20:00:23.032929"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.4ms)  INSERT INTO "organizations" ("name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["created_at", "2021-01-21 20:00:23.037174"], ["updated_at", "2021-01-21 20:00:23.037174"]]
  Organization Create (0.1ms)  INSERT INTO "organizations" ("name", "description", "start_date", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["parent_id", 1], ["created_at", "2021-01-21 20:00:23.038384"], ["updated_at", "2021-01-21 20:00:23.038384"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.5ms)  INSERT INTO "organizations" ("name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["created_at", "2021-01-21 20:00:23.042342"], ["updated_at", "2021-01-21 20:00:23.042342"]]
  Area Create (0.1ms)  INSERT INTO "areas" ("area_name", "area_code", "is_active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["area_name", "Best Area"], ["area_code", "BEST"], ["is_active", 1], ["created_at", "2021-01-21 20:00:23.043730"], ["updated_at", "2021-01-21 20:00:23.043730"]]
  Organization Create (0.1ms)  INSERT INTO "organizations" ("name", "description", "start_date", "parent_id", "area_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["parent_id", 1], ["area_id", 1], ["created_at", "2021-01-21 20:00:23.044365"], ["updated_at", "2021-01-21 20:00:23.044365"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.5ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "abc"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["created_at", "2021-01-21 20:00:23.048875"], ["updated_at", "2021-01-21 20:00:23.048875"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Destroy (0.1ms)  DELETE FROM "organizations" WHERE "organizations"."id" = ?  [["id", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Area Create (0.4ms)  INSERT INTO "areas" ("global_registry_id", "area_name", "area_code", "is_active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "efg"], ["area_name", "Best Area"], ["area_code", "BEST"], ["is_active", 1], ["created_at", "2021-01-21 20:00:23.053806"], ["updated_at", "2021-01-21 20:00:23.053806"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.4ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "area_id", "global_registry_area_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["gr_id", "abc"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["area_id", 1], ["global_registry_area_id", "ijk"], ["created_at", "2021-01-21 20:00:23.056477"], ["updated_at", "2021-01-21 20:00:23.056477"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Organization Destroy (0.1ms)  DELETE FROM "organizations" WHERE "organizations"."id" = ?  [["id", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.5ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "xyz"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["created_at", "2021-01-21 20:00:23.063205"], ["updated_at", "2021-01-21 20:00:23.063205"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.1ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["gr_id", "abc"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["parent_id", 1], ["created_at", "2021-01-21 20:00:23.065803"], ["updated_at", "2021-01-21 20:00:23.065803"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Destroy (0.1ms)  DELETE FROM "organizations" WHERE "organizations"."id" = ?  [["id", 2]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Area Create (0.5ms)  INSERT INTO "areas" ("global_registry_id", "area_name", "area_code", "is_active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "efg"], ["area_name", "Best Area"], ["area_code", "BEST"], ["is_active", 1], ["created_at", "2021-01-21 20:00:23.069973"], ["updated_at", "2021-01-21 20:00:23.069973"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.2ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "xyz"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["created_at", "2021-01-21 20:00:23.072387"], ["updated_at", "2021-01-21 20:00:23.072387"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.1ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "parent_id", "area_id", "global_registry_area_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["gr_id", "abc"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2021-01-21"], ["parent_id", 1], ["area_id", 1], ["global_registry_area_id", "ijk"], ["created_at", "2021-01-21 20:00:23.074429"], ["updated_at", "2021-01-21 20:00:23.074429"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Destroy (0.1ms)  DELETE FROM "organizations" WHERE "organizations"."id" = ?  [["id", 2]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 20:00:23.079653"], ["updated_at", "2021-01-21 20:00:23.079653"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Country Create (0.4ms)  INSERT INTO "countries" ("name", "created_at", "updated_at") VALUES (?, ?, ?)  [["name", "Sokovia"], ["created_at", "2021-01-21 20:00:23.090285"], ["updated_at", "2021-01-21 20:00:23.090285"]]
  Namespaced::Person Create (0.2ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "country_of_service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["country_of_service_id", 1], ["created_at", "2021-01-21 20:00:23.091649"], ["updated_at", "2021-01-21 20:00:23.091649"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (5.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Country Create (0.8ms)  INSERT INTO "countries" ("name", "created_at", "updated_at") VALUES (?, ?, ?)  [["name", "Sokovia"], ["created_at", "2021-01-21 20:00:23.104156"], ["updated_at", "2021-01-21 20:00:23.104156"]]
  Namespaced::Person Create (0.2ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "country_of_residence_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["country_of_residence_id", 1], ["created_at", "2021-01-21 20:00:23.106261"], ["updated_at", "2021-01-21 20:00:23.106261"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Country Create (0.6ms)  INSERT INTO "countries" ("name", "created_at", "updated_at") VALUES (?, ?, ?)  [["name", "Sokovia"], ["created_at", "2021-01-21 20:00:23.111835"], ["updated_at", "2021-01-21 20:00:23.111835"]]
  Namespaced::Person Create (0.2ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "country_of_service_id", "country_of_residence_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["country_of_service_id", 1], ["country_of_residence_id", 1], ["created_at", "2021-01-21 20:00:23.113615"], ["updated_at", "2021-01-21 20:00:23.113615"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "dd555dbf-f3db-4158-a50c-50d3f26347e8"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 20:00:23.118949"], ["updated_at", "2021-01-21 20:00:23.118949"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "first_name" = ?, "updated_at" = ? WHERE "people"."id" = ?  [["first_name", "Anthony"], ["updated_at", "2021-01-21 20:00:23.121771"], ["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (1.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Country Create (0.8ms)  INSERT INTO "countries" ("name", "created_at", "updated_at") VALUES (?, ?, ?)  [["name", "Sokovia"], ["created_at", "2021-01-21 20:00:23.127987"], ["updated_at", "2021-01-21 20:00:23.127987"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.8ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "country_of_service_id", "country_of_residence_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["country_of_service_id", 1], ["country_of_residence_id", 1], ["created_at", "2021-01-21 20:00:23.132101"], ["updated_at", "2021-01-21 20:00:23.132101"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "first_name" = ?, "updated_at" = ? WHERE "people"."id" = ?  [["first_name", "Anthony"], ["updated_at", "2021-01-21 20:00:23.137351"], ["id", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.7ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Country Create (0.4ms)  INSERT INTO "countries" ("name", "created_at", "updated_at") VALUES (?, ?, ?)  [["name", "Sokovia"], ["created_at", "2021-01-21 20:00:23.141921"], ["updated_at", "2021-01-21 20:00:23.141921"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.2ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "country_of_service_id", "country_of_residence_id", "country_of_residence_gr_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["country_of_service_id", 1], ["country_of_residence_id", 1], ["country_of_residence_gr_id", "4fa555dd-a067-478e-8765-8faa9483cc56"], ["created_at", "2021-01-21 20:00:23.144353"], ["updated_at", "2021-01-21 20:00:23.144353"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.2ms)  SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "country_of_residence_id" = ?, "updated_at" = ? WHERE "people"."id" = ?  [["country_of_residence_id", nil], ["updated_at", "2021-01-21 20:00:23.147614"], ["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "country_of_residence_gr_id" = ? WHERE "people"."id" = ?  [["country_of_residence_gr_id", nil], ["id", 1]]
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Country Create (0.5ms)  INSERT INTO "countries" ("name", "global_registry_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["name", "Sokovia"], ["global_registry_id", "f078eb70-5ddd-4941-9b06-a39576d9952f"], ["created_at", "2021-01-21 20:00:23.153603"], ["updated_at", "2021-01-21 20:00:23.153603"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Country Create (0.1ms)  INSERT INTO "countries" ("name", "global_registry_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["name", "Peru"], ["global_registry_id", "f078eb70-5ddd-4941-9b06-a39576d9963c"], ["created_at", "2021-01-21 20:00:23.156420"], ["updated_at", "2021-01-21 20:00:23.156420"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.2ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "country_of_service_id", "country_of_residence_id", "country_of_service_gr_id", "country_of_residence_gr_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["country_of_service_id", 1], ["country_of_residence_id", 1], ["country_of_service_gr_id", "89f81f6e-7baf-44d9-8f3a-55bf7c652dcc"], ["country_of_residence_gr_id", "4fa555dd-a067-478e-8765-8faa9483cc56"], ["created_at", "2021-01-21 20:00:23.158303"], ["updated_at", "2021-01-21 20:00:23.158303"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Update (0.2ms)  UPDATE "people" SET "country_of_service_id" = ?, "updated_at" = ? WHERE "people"."id" = ?  [["country_of_service_id", 2], ["updated_at", "2021-01-21 20:00:23.162063"], ["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "country_of_service_gr_id" = ? WHERE "people"."id" = ?  [["country_of_service_gr_id", nil], ["id", 1]]
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "dd555dbf-f3db-4158-a50c-50d3f26347e8"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 20:00:23.190641"], ["updated_at", "2021-01-21 20:00:23.190641"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Address Load (0.1ms)  SELECT "addresses".* FROM "addresses" WHERE "addresses"."person_id" = ?  [["person_id", 1]]
  Namespaced::Person Destroy (0.1ms)  DELETE FROM "people" WHERE "people"."id" = ?  [["id", 1]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Country Create (0.4ms)  INSERT INTO "countries" ("name", "global_registry_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["name", "Sokovia"], ["global_registry_id", "f078eb70-5ddd-4941-9b06-a39576d9952f"], ["created_at", "2021-01-21 20:00:23.210697"], ["updated_at", "2021-01-21 20:00:23.210697"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Country Create (0.1ms)  INSERT INTO "countries" ("name", "global_registry_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["name", "Sokovia"], ["global_registry_id", "f078eb70-5ddd-4941-9b06-a39576d99639"], ["created_at", "2021-01-21 20:00:23.213004"], ["updated_at", "2021-01-21 20:00:23.213004"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.2ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "country_of_service_id", "country_of_residence_id", "country_of_service_gr_id", "country_of_residence_gr_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "dd555dbf-f3db-4158-a50c-50d3f26347e8"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["country_of_service_id", 2], ["country_of_residence_id", 1], ["country_of_service_gr_id", "89f81f6e-7baf-44d9-8f3a-55bf7c652dcc"], ["country_of_residence_gr_id", "4fa555dd-a067-478e-8765-8faa9483cc56"], ["created_at", "2021-01-21 20:00:23.215614"], ["updated_at", "2021-01-21 20:00:23.215614"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Address Load (0.1ms)  SELECT "addresses".* FROM "addresses" WHERE "addresses"."person_id" = ?  [["person_id", 1]]
  Namespaced::Person Destroy (0.2ms)  DELETE FROM "people" WHERE "people"."id" = ?  [["id", 1]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 20:00:23.224050"], ["updated_at", "2021-01-21 20:00:23.224050"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 20:00:23.227713"], ["updated_at", "2021-01-21 20:00:23.227713"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.6ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 20:00:23.233374"], ["updated_at", "2021-01-21 20:00:23.233374"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.6ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Foo Create (0.5ms)  INSERT INTO "foos" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2021-01-21 20:00:23.260039"], ["updated_at", "2021-01-21 20:00:23.260039"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.7ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Foo Create (0.5ms)  INSERT INTO "foos" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2021-01-21 20:00:23.268619"], ["updated_at", "2021-01-21 20:00:23.268619"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Foo Create (0.5ms)  INSERT INTO "foos" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2021-01-21 20:00:23.276803"], ["updated_at", "2021-01-21 20:00:23.276803"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.8ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Foo Create (0.6ms)  INSERT INTO "foos" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2021-01-21 20:00:23.287039"], ["updated_at", "2021-01-21 20:00:23.287039"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.2ms)  SAVEPOINT active_record_1
  Foo Create (0.9ms)  INSERT INTO "foos" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2021-01-21 20:00:23.298049"], ["updated_at", "2021-01-21 20:00:23.298049"]]
   (0.2ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Foo Create (0.4ms)  INSERT INTO "foos" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2021-01-21 20:00:23.308455"], ["updated_at", "2021-01-21 20:00:23.308455"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Foo Create (0.5ms)  INSERT INTO "foos" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2021-01-21 20:00:23.317298"], ["updated_at", "2021-01-21 20:00:23.317298"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Foo Create (0.4ms)  INSERT INTO "foos" ("created_at", "updated_at") VALUES (?, ?)  [["created_at", "2021-01-21 20:00:23.326669"], ["updated_at", "2021-01-21 20:00:23.326669"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 20:00:23.366801"], ["updated_at", "2021-01-21 20:00:23.366801"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (2.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 20:00:23.374410"], ["updated_at", "2021-01-21 20:00:23.374410"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 20:00:23.379460"], ["updated_at", "2021-01-21 20:00:23.379460"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 20:00:23.384875"], ["updated_at", "2021-01-21 20:00:23.384875"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.6ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 20:00:23.390679"], ["updated_at", "2021-01-21 20:00:23.390679"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.6ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2021-01-21 20:00:23.414044"], ["updated_at", "2021-01-21 20:00:23.414044"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.2ms)  UPDATE "people" SET "global_registry_mdm_id" = ? WHERE "people"."id" = ?  [["global_registry_mdm_id", "c81340b2-7e57-4978-b6b9-396f21bb0bb2"], ["id", 1]]
   (0.7ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.8ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.6ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.5ms)  INSERT INTO "organizations" ("name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Organization Update (0.1ms)  UPDATE "organizations" SET "gr_id" = ? WHERE "organizations"."id" = ?  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["id", 1]]
   (2.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.4ms)  INSERT INTO "organizations" ("name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Parent"], ["description", "Parent Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.1ms)  INSERT INTO "organizations" ("name", "description", "start_date", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["parent_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (2.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.4ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "cd5da38a-c336-46a7-b818-dcdd51c4acde"], ["name", "Parent"], ["description", "Parent Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.1ms)  INSERT INTO "organizations" ("name", "description", "start_date", "parent_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["parent_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Organization Update (0.1ms)  UPDATE "organizations" SET "gr_id" = ? WHERE "organizations"."id" = ?  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["id", 2]]
   (2.1ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_fingerprint", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_fingerprint", "abc123"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_id" = ? WHERE "people"."id" = ?  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["id", 1]]
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_fingerprint" = ? WHERE "people"."id" = ?  [["global_registry_fingerprint", "4c671c203b5dd19cdc1920ba5434cf64"], ["id", 1]]
   (2.2ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_fingerprint", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_fingerprint", "abc123"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_id" = ? WHERE "people"."id" = ?  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["id", 1]]
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_fingerprint" = ? WHERE "people"."id" = ?  [["global_registry_fingerprint", "4c671c203b5dd19cdc1920ba5434cf64"], ["id", 1]]
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("global_registry_fingerprint", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_fingerprint", "abc123"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.2ms)  UPDATE "people" SET "global_registry_id" = ? WHERE "people"."id" = ?  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["id", 1]]
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_fingerprint" = ? WHERE "people"."id" = ?  [["global_registry_fingerprint", "4c671c203b5dd19cdc1920ba5434cf64"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_fingerprint", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_fingerprint", "abc123"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_id" = ? WHERE "people"."id" = ?  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["id", 1]]
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_fingerprint" = ? WHERE "people"."id" = ?  [["global_registry_fingerprint", "4c671c203b5dd19cdc1920ba5434cf64"], ["id", 1]]
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.6ms)  INSERT INTO "people" ("global_registry_id", "global_registry_fingerprint", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "f8d20318-2ff2-4a98-a5eb-e9d840508bf1"], ["global_registry_fingerprint", "abc123"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_fingerprint" = ? WHERE "people"."id" = ?  [["global_registry_fingerprint", "4c671c203b5dd19cdc1920ba5434cf64"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "global_registry_fingerprint", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "f8d20318-2ff2-4a98-a5eb-e9d840508bf1"], ["global_registry_fingerprint", "abc123"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_id" = ? WHERE "people"."id" = ?  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["id", 1]]
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "global_registry_fingerprint" = ? WHERE "people"."id" = ?  [["global_registry_fingerprint", "4c671c203b5dd19cdc1920ba5434cf64"], ["id", 1]]
   (2.3ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("global_registry_id", "global_registry_fingerprint", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "f8d20318-2ff2-4a98-a5eb-e9d840508bf1"], ["global_registry_fingerprint", "abc123"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.6ms)  INSERT INTO "people" ("global_registry_id", "global_registry_fingerprint", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "f8d20318-2ff2-4a98-a5eb-e9d840508bf1"], ["global_registry_fingerprint", "abc123"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.6ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Address Create (0.8ms)  INSERT INTO "addresses" ("address1", "zip", "primary", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["address1", "10880 Malibu Point"], ["zip", "90265"], ["primary", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.6ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Address Create (0.2ms)  INSERT INTO "addresses" ("address1", "zip", "primary", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["address1", "10880 Malibu Point"], ["zip", "90265"], ["primary", 1], ["person_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (2.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Address Create (0.2ms)  INSERT INTO "addresses" ("address1", "zip", "primary", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["address1", "10880 Malibu Point"], ["zip", "90265"], ["primary", 1], ["person_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Address Update (0.1ms)  UPDATE "addresses" SET "global_registry_id" = ? WHERE "addresses"."id" = ?  [["global_registry_id", "0a594356-3f1c-11e7-bba6-129bd0521531"], ["id", 1]]
   (6.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Address Create (0.1ms)  INSERT INTO "addresses" ("address1", "zip", "primary", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["address1", "10880 Malibu Point"], ["zip", "90265"], ["primary", 1], ["person_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Address Update (0.1ms)  UPDATE "addresses" SET "global_registry_id" = ? WHERE "addresses"."id" = ?  [["global_registry_id", "0a594356-3f1c-11e7-bba6-129bd0521531"], ["id", 1]]
   (2.1ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Address Create (0.1ms)  INSERT INTO "addresses" ("address1", "zip", "primary", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["address1", "10880 Malibu Point"], ["zip", "90265"], ["primary", 1], ["person_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Address Update (0.1ms)  UPDATE "addresses" SET "global_registry_id" = ? WHERE "addresses"."id" = ?  [["global_registry_id", "0a594356-3f1c-11e7-bba6-129bd0521531"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Address Create (0.1ms)  INSERT INTO "addresses" ("global_registry_id", "address1", "zip", "primary", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "0a594356-3f1c-11e7-bba6-129bd0521531"], ["address1", "10880 Malibu Point"], ["zip", "90265"], ["primary", 1], ["person_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Address Update (0.1ms)  UPDATE "addresses" SET "global_registry_id" = ? WHERE "addresses"."id" = ?  [["global_registry_id", "0a594356-3f1c-11e7-bba6-129bd0521531"], ["id", 1]]
   (0.6ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.6ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Address Create (0.2ms)  INSERT INTO "addresses" ("global_registry_id", "address1", "zip", "primary", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "0a594356-3f1c-11e7-bba6-129bd0521531"], ["address1", "10880 Malibu Point"], ["zip", "90265"], ["primary", 1], ["person_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Community Create (0.7ms)  INSERT INTO "communities" ("name", "infobase_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["name", "Community"], ["infobase_id", 234], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Community Update (0.1ms)  UPDATE "communities" SET "global_registry_id" = ? WHERE "communities"."id" = ?  [["global_registry_id", "6133f6fe-c63a-425a-bb46-68917c689723"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Assignment Create (0.5ms)  INSERT INTO "assignments" ("role", "hired_at", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Assignment Create (0.5ms)  INSERT INTO "assignments" ("role", "hired_at", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.2ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["person_id", 1], ["organization_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Assignment Update (0.1ms)  UPDATE "assignments" SET "global_registry_id" = ? WHERE "assignments"."id" = ?  [["global_registry_id", "51a014a4-4252-11e7-944f-129bd0521531"], ["id", 1]]
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.2ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["person_id", 1], ["organization_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Assignment Update (0.1ms)  UPDATE "assignments" SET "global_registry_id" = ? WHERE "assignments"."id" = ?  [["global_registry_id", "51a014a4-4252-11e7-944f-129bd0521531"], ["id", 1]]
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.3ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["person_id", 1], ["organization_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Assignment Update (0.1ms)  UPDATE "assignments" SET "global_registry_id" = ? WHERE "assignments"."id" = ?  [["global_registry_id", "51a014a4-4252-11e7-944f-129bd0521531"], ["id", 1]]
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.2ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("global_registry_id", "role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "51a014a4-4252-11e7-944f-129bd0521531"], ["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["person_id", 1], ["organization_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
  Assignment Update (0.1ms)  UPDATE "assignments" SET "global_registry_id" = ? WHERE "assignments"."id" = ?  [["global_registry_id", "51a014a4-4252-11e7-944f-129bd0521531"], ["id", 1]]
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.2ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("global_registry_id", "role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "51a014a4-4252-11e7-944f-129bd0521531"], ["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["person_id", 1], ["organization_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Assignment Update (0.1ms)  UPDATE "assignments" SET "global_registry_id" = ? WHERE "assignments"."id" = ?  [["global_registry_id", nil], ["id", 1]]
   (0.5ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
  Organization Create (0.2ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["person_id", 1], ["organization_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
  Organization Create (0.2ms)  INSERT INTO "organizations" ("name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
  Assignment Create (0.3ms)  INSERT INTO "assignments" ("role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["person_id", 1], ["organization_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.7ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.5ms)  INSERT INTO "people" ("first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
  Organization Create (0.2ms)  INSERT INTO "organizations" ("name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("role", "hired_at", "person_id", "organization_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["person_id", 1], ["organization_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.6ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.7ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.1ms)  SAVEPOINT active_record_1
  Organization Create (0.2ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("global_registry_id", "role", "hired_at", "person_id", "organization_id", "assigned_by_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "51a014a4-4252-11e7-944f-129bd0521531"], ["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["person_id", 1], ["organization_id", 1], ["assigned_by_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Assignment Update (0.1ms)  UPDATE "assignments" SET "assigned_by_gr_rel_id" = ? WHERE "assignments"."id" = ?  [["assigned_by_gr_rel_id", "0fd8b8b8-76c9-11e7-b15c-129bd0521531"], ["id", 1]]
   (0.5ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "22527d88-3cba-11e7-b876-129bd0521531"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.2ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Assignment Create (0.2ms)  INSERT INTO "assignments" ("role", "hired_at", "person_id", "organization_id", "assigned_by_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["role", "leader"], ["hired_at", "2000-12-03 00:00:00"], ["person_id", 1], ["organization_id", 1], ["assigned_by_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (5.8ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Area Create (0.5ms)  INSERT INTO "areas" ("global_registry_id", "area_name", "area_code", "is_active", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["global_registry_id", "0fdb70c5-f51e-4628-a1fe-caa37fae53cd"], ["area_name", "Best Area"], ["area_code", "BEST"], ["is_active", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Organization Create (0.2ms)  INSERT INTO "organizations" ("gr_id", "name", "description", "start_date", "area_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["gr_id", "aebb4170-3f34-11e7-bba6-129bd0521531"], ["name", "Organization"], ["description", "Fancy Organization"], ["start_date", "2001-02-03"], ["area_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Organization Update (0.1ms)  UPDATE "organizations" SET "global_registry_area_id" = ? WHERE "organizations"."id" = ?  [["global_registry_area_id", "c99d7d7e-8b14-4fe6-9c11-e5359ee03637"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Country Create (0.3ms)  INSERT INTO "countries" ("name", "global_registry_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["name", "Sokovia"], ["global_registry_id", "0f9089a3-2b93-4de8-9b81-92be0261f325"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.1ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "country_of_service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "2f0c62f1-5738-4860-88bd-5706fb801d7b"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["country_of_service_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "country_of_service_gr_id" = ? WHERE "people"."id" = ?  [["country_of_service_gr_id", "420d2fd1-7a73-41ed-9d8f-5dc79b00a688"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.4ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "country_of_service_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "2f0c62f1-5738-4860-88bd-5706fb801d7b"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["country_of_service_id", 12345], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Country Load (0.1ms)  SELECT "countries".* FROM "countries" WHERE "countries"."id" = ? LIMIT ?  [["id", 12345], ["LIMIT", 1]]
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Country Create (0.4ms)  INSERT INTO "countries" ("name", "global_registry_id", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["name", "Sokovia"], ["global_registry_id", "7cdaf399-d449-4008-8c6b-3c64a2b2730c"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
   (0.0ms)  SAVEPOINT active_record_1
  Namespaced::Person Create (0.2ms)  INSERT INTO "people" ("global_registry_id", "first_name", "last_name", "guid", "country_of_residence_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["global_registry_id", "2f0c62f1-5738-4860-88bd-5706fb801d7b"], ["first_name", "Tony"], ["last_name", "Stark"], ["guid", "98711710-acb5-4a41-ba51-e0fc56644b53"], ["country_of_residence_id", 1], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Namespaced::Person Update (0.1ms)  UPDATE "people" SET "country_of_residence_gr_id" = ? WHERE "people"."id" = ?  [["country_of_residence_gr_id", "a4c030ce-13f2-44f5-8131-4003eb21c0ae"], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Community Create (0.8ms)  INSERT INTO "communities" ("name", "global_registry_id", "infobase_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Community"], ["global_registry_id", "6133f6fe-c63a-425a-bb46-68917c689723"], ["infobase_id", 2345], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.1ms)  RELEASE SAVEPOINT active_record_1
   (0.4ms)  rollback transaction
   (0.0ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Community Create (0.4ms)  INSERT INTO "communities" ("name", "global_registry_id", "infobase_id", "infobase_gr_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Community"], ["global_registry_id", "6133f6fe-c63a-425a-bb46-68917c689723"], ["infobase_id", 2345], ["infobase_gr_id", "ee40f9ed-d625-405b-8ce6-aec821611ec6"], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Community Update (0.1ms)  UPDATE "communities" SET "infobase_gr_id" = ? WHERE "communities"."id" = ?  [["infobase_gr_id", nil], ["id", 1]]
   (0.4ms)  rollback transaction
   (0.1ms)  begin transaction
   (0.1ms)  SAVEPOINT active_record_1
  Community Create (0.4ms)  INSERT INTO "communities" ("name", "global_registry_id", "infobase_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)  [["name", "Community"], ["global_registry_id", "6133f6fe-c63a-425a-bb46-68917c689723"], ["infobase_id", 2345], ["created_at", "2001-02-03 00:00:00"], ["updated_at", "2001-02-03 00:00:00"]]
   (0.0ms)  RELEASE SAVEPOINT active_record_1
  Community Update (0.1ms)  UPDATE "communities" SET "infobase_gr_id" = ? WHERE "communities"."id" = ?  [["infobase_gr_id", "ee40f9ed-d625-405b-8ce6-aec821611ec6"], ["id", 1]]
   (0.4ms)  rollback transaction